home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / FixedHeadInspector.nib / data.classes next >
Text File  |  1994-12-14  |  642b  |  44 lines

  1. FixedHeadInspector = {
  2.     ACTIONS = {
  3.     typeSize:;
  4.     columnSpan:;
  5.     justification:;
  6.     setApply:;
  7.     };
  8.     OUTLETS = {
  9.     ColumnSpanMtx;
  10.     TypeSizeMtx;
  11.     applyMtx;
  12.     JustificationMtx;
  13.     };
  14.     SUPERCLASS = PGInspector;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. PGInspector = {
  22.     ACTIONS = {
  23.     default:;
  24.     setMicroInspector:;
  25.     set:;
  26.     revert:;
  27.     };
  28.     OUTLETS = {
  29.     styleIconMatrix;
  30.     microInspectorMtx;
  31.     window;
  32.     microInspectorSlot;
  33.     loadedSelection;
  34.     tailoredItems;
  35.     loadedStyleList;
  36.     currentStyleTextField;
  37.     styleTitleMatrix;
  38.     stringTable;
  39.     currentStyleButton;
  40.     blankMicroPanel;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44.